ARM: socfpga: Enable DM reset framework on A10
authorMarek Vasut <[email protected]>
Mon, 13 Aug 2018 16:32:38 +0000 (18:32 +0200)
committerMarek Vasut <[email protected]>
Mon, 13 Aug 2018 20:35:17 +0000 (22:35 +0200)
Enable the DM reset framework and DM reset driver on Arria10 both
in U-Boot and in SPL. This lets U-Boot parse reset control from DT.

Signed-off-by: Marek Vasut <[email protected]>
Cc: Chin Liang See <[email protected]>
Cc: Dinh Nguyen <[email protected]>
Cc: Ley Foon Tan <[email protected]>
arch/arm/mach-socfpga/Kconfig

index 5c1df2cf1f819f758b3e7bb58ac1a9edd2b361a0..368f217fc6d2e7346a3406475e69fcbbb3942b39 100644 (file)
@@ -11,6 +11,8 @@ config TARGET_SOCFPGA_ARRIA10
        bool
        select ALTERA_SDRAM
        select SPL_BOARD_INIT if SPL
+       select DM_RESET
+       select SPL_DM_RESET if SPL
 
 config TARGET_SOCFPGA_CYCLONE5
        bool